CalendarView for WinForms
GetString(CultureInfo,String,Object[]) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > SR<T> クラス > GetString メソッド : GetString(CultureInfo,String,Object[]) メソッド
The CultureInfo object that represents the culture for which the resource is localized.
Name of the resource to get.
An Object array containing zero or more objects to be formatted.
Returns the value of the resource localized for the specified culture with the specified name in the assembly indicated by the template type and returns the formated string that replaced the format specification in the String with the textual equivalent of the value of a corresponding Object instance in a specified array.
シンタックス
'宣言
 
Public Overloads Shared Function GetString( _
   ByVal culture As System.Globalization.CultureInfo, _
   ByVal name As System.String, _
   ByVal ParamArray args() As System.Object _
) As System.String
public static System.string GetString( 
   System.Globalization.CultureInfo culture,
   System.string name,
   params System.object[] args
)

パラメータ

culture
The CultureInfo object that represents the culture for which the resource is localized.
name
Name of the resource to get.
args
An Object array containing zero or more objects to be formatted.

戻り値の型

The formated value of a resource.
参照

SR<T> クラス
SR<T> メンバ
オーバーロード一覧